Project save() Methodapp.project.save() app.project.save(File) Description Saves the project (or prompts the user if the file has never previously been saved). Passing in a File object is equivalent to the save as command and allows you to save a project to a new file. Parameters
Returns None. |